home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFTPPROFILEDIALOG / TFTPPROFILEDIALOG.txt
Text File  |  2008-11-03  |  779b  |  41 lines

  1. inherited FtpProfileDialog: TFtpProfileDialog
  2.   Left = 237
  3.   Top = 218
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   Caption = 'FTP Profile'
  6.   ClientHeight = 472
  7.   ClientWidth = 345
  8.   OnActivate = FormActivate
  9.   OnCreate = FormCreate
  10.   OnDestroy = FormDestroy
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   inline Frame: TFtpProfileFrame
  15.     Left = 8
  16.     Top = 8
  17.     Width = 329
  18.     Height = 426
  19.     TabOrder = 0
  20.   end
  21.   object OkBtn: TUiButton
  22.     Left = 184
  23.     Top = 440
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.     OnClick = OkClick
  29.     AutoSize = asRight
  30.   end
  31.   object CancelBtn: TUiButton
  32.     Left = 264
  33.     Top = 440
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.     AutoSize = asRight
  39.   end
  40. end
  41.